home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / shareware / share_41 / assembler / examples / info < prev    next >
Text File  |  1991-05-17  |  532b  |  36 lines

  1. ; this gives the lines added to the code
  2. ; a return from subroutine is added at the end
  3.  
  4.  
  5.  
  6. ; r1 stores the address of number 1
  7. ; r2 stores the address of number 2
  8. ; r3 stores the address of number 3
  9. ; r4 stores the address of text 1
  10. ; r5 stores the address of text 2
  11.  
  12. ; *****************************************
  13. ; place your code here do not change the lines above
  14.                                            
  15.  
  16.  
  17. ; end of code. do not change the lines below
  18. ; *****************************************
  19.  
  20.  
  21. MOV R15, R14
  22. ]
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.